home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / cvs-1_3.lha / cvs-1.3 / contrib / README < prev    next >
Text File  |  1992-04-09  |  3KB  |  69 lines

  1. @(#)README 1.8 92/04/10
  2.  
  3. This "contrib" directory is a place holder for code/scripts sent to
  4. me by contributors around the world.  This READM file will be kept
  5. up-to-date from release to release.  BUT, I must point out that these
  6. contributions are really, REALLY UNSSUPPORTED.  In fact, I probably
  7. don't even know what they do.  Nor do I guarantee to have tried them,
  8. or ported them to work with this CVS distribution.  If you have questions,
  9. you might contact the author, but you should not necessarily expect
  10. a reply.  USE AT YOUR OWN RISK -- and all that stuff.
  11.  
  12. Contents of this directory:
  13.  
  14.     README        This file.
  15.     log.pl        A perl script suitable for including in your
  16.             $CVSROOT/CVSROOT/loginfo file for logging commit
  17.             changes.  Includes the RCS revision of the change
  18.             as part of the log.
  19.             Contributed by Kevin Samborn <samborn@sunrise.com>.
  20.     pcl-cvs        A directory that contains GNU Emacs lisp code which
  21.             implements a CVS-mode for emacs.
  22.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  23.     commit_prep.pl    A perl script, to be combined with log_accum.pl, to
  24.     log_accum.pl    provide for a way to combine the individual log
  25.             messages of a multi-directory "commit" into a
  26.             single log message, and mail the result somewhere.
  27.             Also does other checks for $Id and that you are
  28.             committing the correct revision of the file.
  29.             Read the comments carefully.
  30.             Contributed by David Hampton <hampton@cisco.com>.
  31.     mfpipe.pl    Another perl script for logging.  Allows you to
  32.             pipe the log message to a file and/or send mail
  33.             to some alias.
  34.             Contributed by John Clyne <clyne@niwot.scd.ucar.edu>.
  35.     rcs-to-cvs    Script to import sources that may have been under
  36.             RCS control already.
  37.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  38.     cvscheck    Identifies files added, changed, or removed in a
  39.     cvscheck.man    checked out CVS tree; also notices unknown files.
  40.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  41.     cvshelp.man    An introductory manual page written by Lowell Skoog
  42.             <fluke!lowell@uunet.uu.net>.  It is most likely
  43.             out-of-date relative to CVS 1.3, but still may be
  44.             useful.
  45.     dirfns        A shar file which contains some code that might
  46.             help your system support opendir/readdir/closedir,
  47.             if it does not already.
  48.             Copied from the C-News distribution.
  49.     rcslock.pl    A perl script that can be added to your commitinfo
  50.             file that tries to determine if your RCS file is
  51.             currently locked by someone else, as might be the
  52.             case for a binary file.
  53.             Contributed by John Rouillard <rouilj@cs.umb.edu>.
  54.     cvs_acls.pl    A perl script that implements Access Control Lists
  55.             by using the "commitinfo" hook provided with the
  56.             "cvs commit" command.
  57.             Contributed by David G. Grubbs <dgg@ksr.com>.
  58.     descend        A shell script that can be used to recursively
  59.     descend.man    descend through a directory.  In CVS 1.2, this was
  60.             very useful, since many of the commands were not
  61.             recursive.  In CVS 1.3 (and later), however, most of
  62.             the commands are recursive.  However, this may still
  63.             come in handy.
  64.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  65.     cln_hist.pl    A perl script to compress your
  66.             $CVSROOT/CVSROOT/history file, as it can grow quite
  67.             large after extended use.
  68.             Contributed by David G. Grubbs <dgg@ksr.com>
  69.